Escrcpy
Maybe Escrcpy
is a better solution https://github.com/viarotel-org/escrcpy
Connect to the phone
- Download and unzip
scrcpy
(If your are usingWindows
, downloadscrcpy-win64-$version.zip
) https://github.com/Genymobile/scrcpy/releases/ - Connect phone to PC via USB cable
- Make sure turn on the USB debugging on your phone
- Open terminal inside the
scrcpy
folder ./adb devices
./adb tcpip 5555
- Unplug USB cable
- Go to settings search
ip
in settings and remember the ip address (Make sure your phone and PC are in the sameLAN
i.e. connect to same WIFI) ./adb connect 192.168.1.xx:5555
./scrcpy.exe
- If you want to disconnect, first use
./adb devices
to check the ip address and port. Then./adb disconnect 192.168.1.xx:5555
Usage
- Right Click:
Back
- Middle Click:
Home
- You can use clipboard across PC and your phone
- Create a desktop shortcut for
scrcpy.exe
(Maybe rename it toMy Phone
) - If scrcpy doesn’t support audio forwarding for your phone. You can try Bluetooth Audio Receiver
- You can add the
scrcpy
folder path to thePATH
environmental variable so that you can directly useadb
andscrcpy
commands in the terminal - https://github.com/Genymobile/scrcpy